3D 円グラフのデフォルトの表示角度を設定するには、次のコードを使用します。
chart.View.Camera.Transform = new RotateTransform3D(new AxisAngleRotation3D(new Vector3D(0,0,1),45));